Skip to content

Exposing file writable stream errors through the form#316

Closed
gabipetrovay wants to merge 2 commits into
node-formidable:masterfrom
softwarescales:master
Closed

Exposing file writable stream errors through the form#316
gabipetrovay wants to merge 2 commits into
node-formidable:masterfrom
softwarescales:master

Conversation

@gabipetrovay

Copy link
Copy Markdown
Contributor

I have an uploadDir that can be removed while the form still references it. I would like to catch the error if this is the case through the form, like:

form.on('error', function(err) {
    // handle error
});

Or is there any other solution to catch the absence of uploadDir?

@felixge

felixge commented Jan 11, 2017

Copy link
Copy Markdown
Collaborator

#412

tunnckoCore added a commit that referenced this pull request Nov 28, 2019
thanks to #316 by @gabipetrovay, closes #469, possible fix #470 too

Co-authored-by: gabipetrovay
@tunnckoCore

Copy link
Copy Markdown
Member

Closing in favor of #520.

tunnckoCore added a commit that referenced this pull request Jan 29, 2020
closes #469
closes #470
closes #316

Co-authored-by: Gabriel Petrovay <gabipetrovay@gmail.com>
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants